; * lisp/register.el (register-use-preview): Doc fix (bug#76739).
authorEli Zaretskii <eliz@gnu.org>
Thu, 13 Mar 2025 08:14:07 +0000 (10:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 13 Mar 2025 08:14:07 +0000 (10:14 +0200)
lisp/register.el

index 373d7e545500a9550a2086dc4dc83b49d8555f15..e802617025abe3de0cc9e70a5814fc48d587b2b4 100644 (file)
@@ -129,11 +129,11 @@ description of the argument.  The function to use is set according
 to the value of `register--read-with-preview-function'.")
 
 (defcustom register-use-preview 'traditional
-  "Whether to show register preview when modifying registers.
+  "Whether register commands show preview of registers with non-nil values.
 
 When set to t, show a preview buffer with navigation and highlighting.
 
-When set `insist', behave as with t, but allow exiting the minibuffer by
+When set to `insist', behave as with t, but allow exiting the minibuffer by
 pressing the register name a second time.  For example, press \\`a' to
 select register \"a\", then press \\`a' again to exit the minibuffer.